hoplugpath.sh: fix Makefile dependency.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Jul 2009 08:00:55 +0000 (09:00 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 23 Jul 2009 08:00:55 +0000 (09:00 +0100)
commitf230ee0045d0a8a3c4cdbaa10f70df7fee88324f
treeebbe109c2d33888bd0947dea89436363b93fe8f0
parent3aa462c6294408e5d0b7a44b62b962e446ed6cd7
hoplugpath.sh: fix Makefile dependency.

In tools/hotplug/common/Makefile, install-scripts depends on genpath.
So add its dependency. Otherwise parallel build sometimes fails as
follows.

genpath and install-scripts command are being run simultaneously.
So When install-scripts tries to install it, it can be under creation.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/hotplug/common/Makefile